home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4543 / mvg / mod_code / mvg_neew.txt < prev    next >
Text File  |  1987-04-21  |  5KB  |  110 lines

  1.                             -----------------
  2.                               MVG  Functions
  3.                             -----------------
  4.                               * new for 1.3
  5.  
  6.  
  7. LOAD file Normal:    Hi-Rez ST  (IMG PI3 PC3 NEO TNY)
  8.                      MAC 
  9.                      WAC 
  10.         Halftone:    Lo-Rez ST  (PI1 PC1 NEO TNY) - using Floyd
  11.  
  12. *LOAD via modules:   PCX (v0,1,3,5)
  13.                      IFF (mono)
  14.                      SUPERPAINT (mac)
  15.                      
  16. *    w/dithering:    PI1,2,3
  17.                      PC1,2,3
  18.                      TNY (all)
  19.                      NEO (all)
  20.  
  21. LOAD into ClipBoard: PI3,PC3
  22.  
  23.  
  24. SAVE file as:        PI3
  25.                      PC3
  26.                      MAC (True-MAC)
  27.                      IMG normal
  28.                      IMG compressed
  29.                      WAC
  30.                      
  31. *SAVE via modules:   PCX
  32.  
  33.  
  34. Editing:             ROTATE
  35.                      FLIP_Vertical
  36.                      FLIP_Horizontal
  37.                      INVERT
  38.                      Reset Dimensions (to filesize or custom) 
  39.                      Resize x2,x3,x4... or /2,/3,/4  or separate H,W
  40.                    * Clear Image (and/or resize)
  41.                    * CLIP large images (greater than display size)
  42.                    * Quick Full view display
  43.                      
  44. FAT_BITS:            Pen Colors (B/W)
  45.                      Draw with Mouse or Cursor Keys (also numeric keypad)
  46.                      Draw Frame or Box in pen color
  47.                      Scroll fat_bit window
  48.                      
  49. SKINNY_BITS:         Six Pen sizes 
  50.                      Pen colors: Black,White or Pattern
  51.                      Draw Lines in 1 of four patterns (in Black or White)
  52.                      Draw Frames, Boxes or free-hand in
  53.                            Black, White or selected pattern (1 of 8)
  54.                      Draw modes: Replace/Transparent
  55.                                  Free style/Orthoganal
  56.                      Spray Can in White, Black or Random (metal-flake)
  57.  
  58. FLOYD:               Load color ST files using floyd-steinberg halftoning.
  59.                      All parameters are editable for custom settings.
  60.  
  61. PRINT:               Print to Epson 9-pin compatible printer
  62.                               Epson 24-pin compatible printer
  63.                               Hewlett-Packard DeskJet or
  64.                             * Hewlett-Packard LaserJet
  65.                      Each printer has specific options.
  66.                    * ReDirect output to diskfile
  67.  
  68. CLIP:                Clip a section of the displayed image for copying or
  69.                      Pasting elsewhere in same image or onto another file,
  70.                      or save CLIP to IMG file or SHP file, or Cut-To-Page.
  71.                      Clips on PIXEL boundaries.
  72.                    * Flip Clip horizontally or vertically while pasting.
  73.                    * Rotate clip during paste
  74.                      Paste in Normal-Replace mode or Transparent mode.
  75.                      Paste using mask in Clip_Object mode.
  76.                      Clip from current image or from ClipBoard.
  77.                      Paste clip to current image or
  78.                    * Paste clip TO ClipBoard (even from & to clipboard).
  79.                      Last Clip is memorized and can be reused with reclipping.
  80.  
  81.  
  82. JFF:                 DITHER  current image. Normal, Lighten or Darken
  83.                              Editable Dither matrices.
  84.                      SHRINK  current image by factor of 4 (ie 2W x 2H)
  85.                              Select desired contrast.
  86.                      ENLARGE current image by factor of 4 (ie 2W x 2H)
  87.                              Faster than "MODIFY SIZE"
  88.                    * SHRINKY_DO is gone.
  89.  
  90. MODULES:             External routines perform a variety of functions.
  91.                      Included with MVG 1.3 are:
  92.                      INSDEL:   Insert/Delete lines at TOP of image.
  93.                      CENTVIEW: View entire image at once, centered.
  94.                      TONER:    Perform HALF-TONING on current image.
  95.                      READPCX1: Read PCX files.
  96.                      IFF_R1:   Read (mono) IFF files.
  97.                      
  98.                      Optional Separate MODULE diskettes:
  99.                      
  100.                      GRAPHIC ENHANCEMENT- advanced halftoning, smoothing, etc.
  101.                      FILE ACCESS- read/write TIF files
  102.                                   read/htone Color IMG files
  103.                                   read/Write PCX files
  104.                                   read       IBM's BSAVE files.
  105.                                   read/htone IBM's EGA/VGA files.
  106.                                   read/paste Unison World SHP files.
  107.                      FONT/TEXT- Graphic text for MVG with variety of fonts.
  108.                      MISC- tiling, jigsaw, merging, more...
  109.  
  110.